home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
Moof
/
Goodies
/
DTS Goodies
/
Obfuscated_C
/
1988
/
spinellis.hint
< prev
next >
Wrap
Text File
|
1989-04-13
|
865b
|
31 lines
Best abuse of the rules: <cc.ic.ac.uk!dds> Diomidis Spinellis
Diomidis Spinellis (currently at Imperial College, London, England)
1 Myrsinis Str.
GR-145 62 Kifissia
GREECE
How to compile:
/lib/cpp spinellis.c > spin.c
and type the following text followed by an EOF ('^D'):
main()
{
printf("Hello world\n");
}
The author says:
This program can be configured to do almost everything.
The configuration is done during compile time by typing
in, C code, that one would like the program to perform.
A trivial example is given in the `how to compile' section
but the possibilities are clearly limited only by your
imagination and programming skills.
FYI: We enjoyed this entry this year, however in the future programs
must be able to be compiled from within a makefile without the
need of human intervention.